-
Notifications
You must be signed in to change notification settings - Fork 298
Sync eng/common directory with azure-sdk-tools for PR 11477 #2879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR synchronizes the eng/common
directory with azure-sdk-tools for PR 11477, adding standardized instruction files for Azure SDK tools automation. The changes introduce a comprehensive set of instruction files that guide various SDK-related workflows.
- Adds instruction files for TypeSpec validation, SDK generation, and release management workflows
- Introduces automated processes for namespace approval verification and package readiness checks
- Establishes standardized procedures for creating release plans and managing SDK pull requests
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
verify-namespace-approval.instructions.md | Instructions for verifying SDK namespace approval for management plane APIs |
validate-typespec.instructions.md | Instructions for validating TypeSpec projects |
typespec-to-sdk.instructions.md | Comprehensive workflow for generating SDKs from TypeSpec specifications |
sdk-details-in-release-plan.instructions.md | Instructions for adding SDK language and package details to release plans |
run-sdk-gen-pipeline.instructions.md | Instructions for running SDK generation pipelines |
create-spec-pullrequest.instructions.md | Instructions for creating TypeSpec specification pull requests |
create-sdk-locally.instructions.md | Instructions for local Python SDK generation from TypeSpec |
create-release-plan.instructions.md | Instructions for creating and managing release plans |
check-package-readiness.instructions.md | Instructions for checking SDK package release readiness |
check-api-readiness.instructions.md | Instructions for checking API specification readiness for SDK generation |
eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <[email protected]>
…prompt.md Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
0779f78
to
4dbecfe
Compare
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11477 See eng/common workflow